scale: Fix value height calculation
authorTimm Bäder <mail@baedert.org>
Wed, 16 Mar 2016 09:20:17 +0000 (10:20 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 16 Mar 2016 09:20:17 +0000 (10:20 +0100)
commit985121813e2af706837e2e4d14019dec07762975
tree471dc132e1fd906d89069e6d7925d29c18b9532b
parent6f3a3ea7f3445b0e9402d4e294778d86a4b94c8e
scale: Fix value height calculation

if (orientation) doesn't make a lot of sense but C doesn't complain and
instead evaluates orientation to TRUE for GTK_ORIENTATION_VERTICAL
(since that's 1), thus inverting the value sizes.
gtk/gtkscale.c